projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a107f
)
(syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed.
author
John Paul Wallington
<jpw@pobox.com>
Fri, 30 Jun 2006 01:32:24 +0000
(
01:32
+0000)
committer
John Paul Wallington
<jpw@pobox.com>
Fri, 30 Jun 2006 01:32:24 +0000
(
01:32
+0000)
src/w32console.c
patch
|
blob
|
history
diff --git
a/src/w32console.c
b/src/w32console.c
index dbadee3b10d1e6b124ad320b81517e6d61b8b869..0fc652bf55f304a32eb3192419d6c0f4e356242e 100644
(file)
--- a/
src/w32console.c
+++ b/
src/w32console.c
@@
-705,7
+705,7
@@
syms_of_ntterm ()
DEFVAR_BOOL ("w32-use-full-screen-buffer",
&w32_use_full_screen_buffer,
doc: /* Non-nil means make terminal frames use the full screen buffer dimensions.
-This is desirable when running Emacs over telnet
, and is the default
.
+This is desirable when running Emacs over telnet.
A value of nil means use the current console window dimensions; this
may be preferrable when working directly at the console with a large
scroll-back buffer. */);